PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFField Class / setName Method
The name of the field.
In This Topic
    setName Method
    In This Topic
    Sets the field name.
    Syntax
    public void setName( 
       java.lang.String value
    )

    Parameters

    value
    The name of the field.
    Exceptions
    ExceptionDescription
    Thrown when the name is not valid (null, empty, unsupported characters).
    See Also